home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 99 / CD-ROM 99 / CD-ROM 99.iso / aplic / adics / setup.exe / install_script.iss
Encoding:
Text File  |  2003-08-27  |  871 b   |  28 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=ADiCS
  5. AppVerName=ADiCS
  6. AppId=ADiCS
  7. DefaultDirName={pf}\ADiCS
  8. DefaultGroupName=ADiCS
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Adics.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\ADICS.ADX"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\ICBTN32.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\ADICS.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  21.  
  22. [Run]
  23. Filename: "{app}\Adics.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  24.  
  25. [Icons]
  26. Name: "{group}\ADiCS"; Filename: "{app}\Adics.exe"; WorkingDir: "{app}"; 
  27. Name: "{group}\Desinstalar - ADiCS"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  28.